projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fa238e
)
(Ffind_operation_coding_system): Fix Lisp_Object/int mixup.
author
Ken Raeburn
<raeburn@raeburn.org>
Thu, 8 Aug 2002 16:59:15 +0000
(16:59 +0000)
committer
Ken Raeburn
<raeburn@raeburn.org>
Thu, 8 Aug 2002 16:59:15 +0000
(16:59 +0000)
src/coding.c
patch
|
blob
|
history
diff --git
a/src/coding.c
b/src/coding.c
index 952fc1408f5720872bb8a7451bc0098e333df0de..57d7e4b21fdf3cb5d0bc979263c11666648726e7 100644
(file)
--- a/
src/coding.c
+++ b/
src/coding.c
@@
-6884,7
+6884,7
@@
usage: (find-operation-coding-system OPERATION ARGUMENTS ...) */)
if (EQ (operation, Qwrite_region)
&& nargs > 5
&& STRINGP (args[5]))
- target_idx =
4
;
+ target_idx =
make_number (4)
;
target = args[XINT (target_idx) + 1];
if (!(STRINGP (target)
|| (EQ (operation, Qopen_network_stream) && INTEGERP (target))))